home *** CD-ROM | disk | FTP | other *** search
/ Chip: Hang es video / CHIP_ZENESZERKESZTO_2005.ISO / audio_3 / visual / robotfunk / setup.exe / {app} / main.dxr / ui_259.ls < prev    next >
Encoding:
Text File  |  2003-11-19  |  283 b   |  7 lines

  1. global fs, fsrect, secondheight, secondwidth
  2.  
  3. on mouseUp me
  4.   mystring = "fsrect: " & fsrect & RETURN & "fs.rect: " & fs.rect & RETURN & "rectlist: " & the desktopRectList & RETURN & "2 height: " & secondheight & RETURN & " 2 w: " & secondwidth
  5.   setPref("screenlocs", mystring)
  6. end
  7.